home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / hello_ki.swf / scripts / DefineSprite_82 / frame_3 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  545 b   |  12 lines

  1. if(score < 1)
  2. {
  3.    score = 1;
  4. }
  5. ibSubmit.onPress = function()
  6. {
  7.    var _loc1_ = _root;
  8.    getURL("submitGameScoreProc.php?gameID=" + _loc1_.gameID + "&scoreID=" + _loc1_.sc + "&score=" + _loc1_.score + "&sm=" + udt.tools.SecurityTool.fnMD5(_loc1_.gameID + _loc1_.sc + _loc1_.sn + _loc1_.score),"_self");
  9.    trace("submitscoresubmitGameScoreProc.php?gameID=" + _loc1_.gameID + "&scoreID=" + _loc1_.sc + "&score=" + _loc1_.score + "&sm=" + udt.tools.SecurityTool.fnMD5(_loc1_.gameID + _loc1_.sc + _loc1_.sn + _loc1_.score));
  10. };
  11. stop();
  12.